home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global LOCATION, DIRECTION, movie, HALL, move, CLIP, START, stop, WALK, OK, CHARACTER, T1, T2, T3, CHOICE1, CHOICE2, CHOICE3, Q
- puppetSound(0)
- set the visible of sprite 7 to 1
- if DIRECTION = 1 then
- set WALK to 1
- set LOCATION to 1
- set START to 1476 + 12
- set stop to 1596 + 12
- set the castNum of sprite 2 to 497
- else
- if DIRECTION = 3 then
- set WALK to 1
- set LOCATION to 3
- set START to 2094 + 12
- set stop to 2154 + 12
- set the castNum of sprite 2 to 499
- end if
- end if
- end
-